projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0d2fc
)
Remove a duplicate variable
author
Mike Gorse
<mgorse@novell.com>
Wed, 8 Sep 2010 21:55:28 +0000
(17:55 -0400)
committer
Mike Gorse
<mgorse@novell.com>
Wed, 8 Sep 2010 21:55:28 +0000
(17:55 -0400)
Bug#629110: gtk_spinner_accessible_get_type always returns null
gtk/gtkspinner.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinner.c
b/gtk/gtkspinner.c
index e25dc431d28c99b9278f4aeda62866c955d9c698..2b3a53b3b3cbbf191ae0a37ed993130318267079 100644
(file)
--- a/
gtk/gtkspinner.c
+++ b/
gtk/gtkspinner.c
@@
-511,7
+511,6
@@
gtk_spinner_accessible_get_type (void)
(GInterfaceFinalizeFunc) NULL,
NULL
};
- GType type;
GType parent_atk_type;
GTypeInfo tinfo = { 0 };
GTypeQuery query;